翻訳と辞書
Words near each other
・ Coprinellus xanthothrix
・ Coprinites
・ Coprinol
・ Coprinopsis
・ Coprinopsis acuminata
・ Coppers
・ Coppers (TV series)
・ Coppersand Mine
・ Coppersmith
・ Coppersmith (disambiguation)
・ Coppersmith (surname)
・ Coppersmith barbet
・ Coppersmith Hills
・ Coppersmith method
・ Coppersmith's Attack
Coppersmith–Winograd algorithm
・ Copperstain Ridge
・ Copperstone University
・ Copperstripe rasbora
・ Copperton
・ Copperton, Utah
・ Coppertone (sunscreen)
・ Coppertone sign
・ Coppervale, California
・ Copperville, Alaska
・ Copperville, Carroll County, Maryland
・ Copperville, Maryland
・ Copperville, Talbot County, Maryland
・ Copperweld
・ Copperweld Corp. v. Independence Tube Corp.


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Coppersmith–Winograd algorithm : ウィキペディア英語版
Coppersmith–Winograd algorithm

In linear algebra, the Coppersmith–Winograd algorithm, named after Don Coppersmith and Shmuel Winograd, was the asymptotically fastest known algorithm for square matrix multiplication until 2010. It can multiply two n \times n matrices in O(n^) time (see Big O notation).
This is an improvement over the naïve O(n^3) time algorithm and the O(n^) time Strassen algorithm. Algorithms with better asymptotic running time than the Strassen algorithm are rarely used in practice, because the large constant factors in their running times make them impractical.〔.〕
It is possible to improve the exponent further; however, the exponent must be at least 2 (because an n \times n matrix has n^2 values, and all of them have to be read at least once to calculate the exact result).
In 2010, Andrew Stothers gave an improvement to the algorithm, O(n^).〔.〕 In 2011, Virginia Williams combined a mathematical short-cut from Stothers' paper with her own insights and automated optimization on computers, improving the bound to O(n^). In 2014, François Le Gall simplified the methods of Williams and obtained an improved bound of O(n^).
The Coppersmith–Winograd algorithm is frequently used as a building block in other algorithms to prove theoretical time bounds.
However, unlike the Strassen algorithm, it is not used in practice because it only provides an advantage for matrices so large that they cannot be processed by modern hardware.
Henry Cohn, Robert Kleinberg, Balázs Szegedy and Chris Umans have re-derived the Coppersmith–Winograd algorithm using a group-theoretic construction. They also showed that either of two different conjectures would imply that the optimal exponent of matrix multiplication is 2, as has long been suspected. However, they were not able to formulate a specific solution leading to a better running-time than Coppersmith-Winograd at the time.〔

== References ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Coppersmith–Winograd algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.